-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move InstallButton into core #930
Conversation
@muffinresearch r? I wasn't sure if all these constants should live in core or not. |
export const API_THEME_TYPE = 'persona'; | ||
export const EXTENSION_TYPE = 'extension'; | ||
export const THEME_TYPE = 'theme'; | ||
// These types are not used. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably remove these.
r+ looks good. It'll be worth testing disco pane on -dev just to make sure everything's still happy. See https://wiki.mozilla.org/Add-ons/Projects/DiscoveryImprovements#Testing for instructions. |
@muffinresearch thanks for that link. I set
Are there additional steps for testing against my local server? |
You'll only be able to test against -dev / stage with those instructions. Anything else requires spoofing hosts. Which you can do with charles. I can probably export a working config to get you started tomorrow if you need it. |
we're going to land this on dev and see how it goes! |
I tested it on dev, seemed to work! |
Fixes mozilla/addons#9750